BigDFT.Interop.PolarisInterop module
A module to define typical operations that can be done on biological systems starting from the API and the PDB standards employed in the Polaris code
- write_bigdft_charges_in_sle(charges, slefile, outfile)[source]
Override polaris charges coming from BigDFT file in the sle
- read_polaris_pdb(pdbfile, chain_as_letter=False, slefile=None)[source]
Read coordinates in the PDB format of POLARIS
- Parameters:
Warning
Assumes Free Boundary conditions for the molecule. Only accepts atoms that have one letter in the symbol. Switch representation if there is a single letter in the fifth column
- Returns:
A system class
- Return type:
- split_pdb_trajectory(directory, filename, prefix)[source]
Split a trajectory file into various PDB files containing a single snapshot.
- Parameters:
- Returns:
list of the files created, including the directory
- Return type: